/*协议样式*/
#agreement{
    width: 980px;
    margin: auto;
}

.title{
    font-size: 16px;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 22px;
}

.mar{
    margin: 10px 0 14px 0;
}

a{
    color: #20A5F9;
}

h6,p{
    font-size: 16px;
}

h6{
    margin-bottom: 6px;
}

.tips{
    margin-bottom: 14px;
}

.mar-b{
    margin-bottom: 22px;
}

.font-w{
    font-weight: 600;
}

.mar-t{
    margin-top: 30px;
}

.text{
    display: inline-block;
    text-indent:20px;
}

.mar-t1{
    margin-top: 5px;
}

.underline{
    text-decoration: underline;
}

html{
    font-family: '宋体';
}

*{
    padding: 0;
    margin: 0;
}